POST /File/CheckIn/{id}/

Checks in the file with the specified ID and comments.
 

Request

Method Request URI
POST /API/File/CheckIn/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId ID of the current session. Specifying via an Authorization request header instead is recommended.

Path Parameters

Path Parameter Description
id The ID of the file to check in.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

Name: options
Type: Dundas.BI.WebApi.Models.CheckInOptions

Response

Response Body

A Dundas.BI.WebApi.Models.CheckInResultData, or a status code indicating the reason for failure.